type net/http.http2responseWriterState
12 uses
net/http (current package)
h2_bundle.go#L3901: rws := &http2responseWriterState{}
h2_bundle.go#L6158: rws := http2responseWriterStatePool.Get().(*http2responseWriterState)
h2_bundle.go#L6160: *rws = http2responseWriterState{} // zero all the fields
h2_bundle.go#L6406: rws *http2responseWriterState
h2_bundle.go#L6416: type http2responseWriterState struct {
h2_bundle.go#L6441: type http2chunkWriter struct{ rws *http2responseWriterState }
h2_bundle.go#L6453: func (rws *http2responseWriterState) hasTrailers() bool { return len(rws.trailers) > 0 }
h2_bundle.go#L6455: func (rws *http2responseWriterState) hasNonemptyTrailers() bool {
h2_bundle.go#L6467: func (rws *http2responseWriterState) declareTrailer(k string) {
h2_bundle.go#L6485: func (rws *http2responseWriterState) writeChunk(p []byte) (n int, err error) {
h2_bundle.go#L6624: func (rws *http2responseWriterState) promoteUndeclaredTrailers() {
h2_bundle.go#L6778: func (rws *http2responseWriterState) writeHeader(code int) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |